NDataPointCollection<TDataPoint> Class Members
In This Topic
The following tables list the members exposed by NDataPointCollection<TDataPoint>.
Public Constructors
Public Fields
Public Properties
| Name | Description |
 | DataSource | Gets the data source to which this collection of data points is bound to. To set the data source use the Bind method. |
Top
Public Methods
| Name | Description |
 | Bind | Binds this collection to the specified data source. |
 | GetDataSeries<TValue> | Gets the specified series values, converted to the specified type. |
 | GetDataSeriesVariant | Creates an array variant, that contains the values of the the data point properties with the specified name. |
 | SetDataSeries | Overloaded. Imports the values from the specified enumerable as values for the specified data points series. Optionally clears the data points first. |
 | SetDataSeriesVariant | Sets an array variant, usually obtained from the NFormulaCalculator to the data points of this series. |
 | Unbind | Unbinds the data point collection |
 | Update | Performs any pending data-binding updates from the data source |
Top
See Also